.navbar-nav > li > a:hover {
    color: #FFE403 !important;
}

.hide {
    visibility: hidden !important;
}

.btn-primary:focus {
    color: #FFE403 !important;
    background-color: #029bcb !important;
}